Edit Task: SetResourceDetails ResourceRateType
Description
The RateType attribute under EditTask defines the resource usage's rate type for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text of the resource that is being defined within the command. |
RateType | Options are "Fixed", "Rate", or "FixedPlusRate". This value must be compatible with the corresponding resource capacity attributes. |
Examples
Set the resource rate type to Rate for all possibilities that use SSR in the FUSEscience task.
PATCH api/task/FUSEscience
Body:
{
"SetResourceDetails" : {
"ResourceName" : "SSR",
"RateType" : "Rate" }
}